cboj-loans-prc-api

(0 reviews)

Get Effective Interest Rate

Description: This endpoint is used to create Effective Interest Rate

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, client_secret

Optional Headers: x-sub-channel-id,x-user-id, Authorization, x-debug-flag, x-customer-id

Paramaters:

URI Params: search

Query Params: NA

Content-type: application/json

{
      "productName": "CBOJ.RET.EDU.LOAN",
      "currency": "JOD",
      "amount": "1000000",
      "startDate": "20220125",
      "endDate": "20220125"
}

Mulesoft Response:

Success Response: (200)

{
    "status": {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response":
          {
            "effectiveInterestRate" :  "2.11"
          }
}

Reviews